projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b305f5a
)
; Fetch the nnselect-rescan parameter from the topic or group
author
Andrew G Cohen
<cohen@andy.bu.edu>
Fri, 4 Mar 2022 08:08:32 +0000
(16:08 +0800)
committer
Andrew G Cohen
<cohen@andy.bu.edu>
Fri, 4 Mar 2022 08:08:32 +0000
(16:08 +0800)
* lisp/gnus/nnselect.el (nnselect-request-scan-group): Allow the
nnselect-rescan parameter to be set in the topic or the group.
lisp/gnus/nnselect.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/nnselect.el
b/lisp/gnus/nnselect.el
index f5be477d26dc07b8235eb3a650df6f636e8308c9..b9072d4cb39af4188aece1ef2e12bc559f7f706f 100644
(file)
--- a/
lisp/gnus/nnselect.el
+++ b/
lisp/gnus/nnselect.el
@@
-744,7
+744,7
@@
If this variable is nil, or if the provided function returns nil,
(deffoo nnselect-request-scan (group _method)
(when (and group
- (gnus-group-
get
-parameter (nnselect-add-prefix group)
+ (gnus-group-
find
-parameter (nnselect-add-prefix group)
'nnselect-rescan t))
(nnselect-request-group-scan group)))